static and instance methods meaning in English
静态和实例方法
Examples
- While function pointers can only represent static functions , a delegate can represent both static and instance methods
函数指针只能表示静态函数,委托则可以同时表示静态方法和实例方法。 - It shows how to map delegates to static and instance methods , and how to combine them to create multicast delegates
示例演示了如何将委托映射到静态方法和实例方法,以及如何组合它们创建多路广播委托。 - In the following example , one delegate is mapped to both static and instance methods and returns specific information from each
在下面的示例中,一个委托被同时映射到静态方法和实例方法,并分别返回特定的信息。